All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.vr.QTVRMouseOverHotSpot
- public interface QTVRMouseOverHotSpot
This interface is defined by an application to receive notification of
mouse over events when the mouse is over a hot-spot in a VR movie
- See Also:
- QTVRInstance
-
execute(QTVRInstance, int, int)
- This method is called by MoviesTask when a user is over a hot spot
in a VR movie.
execute
public abstract int execute(QTVRInstance vr,
int hotSpotID,
int flags)
- This method is called by MoviesTask when a user is over a hot spot
in a VR movie.
- Parameters:
- vr - the QTVRInstance
- hotSpotID - the ID of the hot spot the mouse is over
- flags - indicate whether the mouse is entering, in or exiting the
hot spot
- Returns:
- an error code or zero if no error
- See Also:
- QTCallBack
All Packages Class Hierarchy This Package Previous Next Index